home *** CD-ROM | disk | FTP | other *** search
- #ifndef _BDUtils_
- #define _BDUtils_
-
- #include "BDConsts.h"
-
- ///////////////////////////////////////////////////////////////////////////////
- //
- // Prototyes for global functions
- //
-
- extern void GetObjectName (IUnknown* source, char * name);
- extern void GetObjectID (IUnknown* source, char * id);
- extern Boolean LoadPropertyString (IPropertyBag *pPropertyBag, char * propertyName, char * propertyValue, long maxLength, IErrorLog *pErrorLog);
-
- #endif // _BDUtils_
-